docs(cookbook - key bindings) Adding key-binding cookbook.#1558
docs(cookbook - key bindings) Adding key-binding cookbook.#1558bennadel wants to merge 3 commits intoangular:masterfrom
Conversation
|
@wardbell I removed the |
This cookbook demonstrates how to use the key-combination support provided by Angular's `KeyEventsPlugin`. This allows developers to tap into element-level events like `keydown.Escape` and `keydown.Meta.Enter`.
f4f30e1 to
b819876
Compare
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
1 similar comment
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
|
e2e won't work, I think it is due our issue with protractor & chrome (sendKeys). |
This cookbook demonstrates how to use the key-combination support provided by
Angular's
KeyEventsPlugin. This allows developers to tap into element-levelevents like
keydown.Escapeandkeydown.Meta.Enter.